home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / archiver / zlab_19c.zip / GIFT4B10.ZIP / PCBVIEW.BAT < prev    next >
DOS Batch File  |  1992-01-19  |  178b  |  16 lines

  1. @echo off
  2. >pcbview.txt
  3. if %@ext[%1] == gif goto gif
  4. if %@ext[%1] == zip goto zip
  5. goto end
  6.  
  7. :gif
  8. giftest %1 >pcbview.txt
  9. goto end
  10.  
  11. :zip
  12. ziptv -p1 %1
  13. goto end
  14.  
  15. :end
  16.